home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
mindbo1a
/
form1.frm
< prev
next >
Wrap
Text File
|
1999-08-28
|
17KB
|
495 lines
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "Mind Boggle "
ClientHeight = 6060
ClientLeft = 3855
ClientTop = 3090
ClientWidth = 6960
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6060
ScaleWidth = 6960
Visible = 0 'False
Begin VB.Timer Timer6
Enabled = 0 'False
Interval = 10
Left = 3240
Top = 3720
End
Begin VB.Timer Timer5
Enabled = 0 'False
Interval = 500
Left = 5280
Top = 4440
End
Begin VB.Timer Timer4
Enabled = 0 'False
Interval = 10
Left = 3720
Top = 4440
End
Begin VB.Timer Timer3
Enabled = 0 'False
Interval = 400
Left = 2520
Top = 4440
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 2 'Align Bottom
Height = 645
Left = 0
TabIndex = 9
Top = 5415
Width = 6960
_ExtentX = 12277
_ExtentY = 1138
ButtonWidth = 1588
ButtonHeight = 979
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 3
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Start Game"
Key = "New"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "space"
Key = "space"
Style = 4
Object.Width = 5150
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "End Game"
Key = "End"
ImageIndex = 2
EndProperty
EndProperty
BorderStyle = 1
End
Begin MSComctlLib.ImageList ImageList1
Left = 720
Top = 2640
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 19
ImageHeight = 17
MaskColor = 8421504
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 2
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "Form1.frx":000C
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "Form1.frx":016C
Key = ""
EndProperty
EndProperty
End
Begin VB.Timer Timer2
Enabled = 0 'False
Interval = 900
Left = 1440
Top = 4440
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 1
Left = 480
Top = 4440
End
Begin VB.Label lblShowScore
Alignment = 2 'Center
BackStyle = 0 'Transparent
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 375
Left = 240
TabIndex = 10
Top = 240
Width = 375
End
Begin VB.Label lblLabel2
BackColor = &H00FFC0FF&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 3
Left = -240
TabIndex = 8
Top = 1800
Visible = 0 'False
Width = 2415
End
Begin VB.Label lblLabel2
BackColor = &H008080FF&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 0
Left = 0
TabIndex = 0
Top = 0
Visible = 0 'False
Width = 2175
End
Begin VB.Label lblLabel2
BackColor = &H000000FF&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 4
Left = 2160
TabIndex = 7
Top = 1800
Width = 2415
End
Begin VB.Label lblLabel2
BackColor = &H0000FFFF&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 1
Left = 2160
TabIndex = 6
Top = 0
Visible = 0 'False
Width = 2415
End
Begin VB.Label lblLabel2
BackColor = &H0080C0FF&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 8
Left = 4560
TabIndex = 5
Top = 3600
Visible = 0 'False
Width = 2415
End
Begin VB.Label lblLabel2
BackColor = &H00FF8080&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 5
Left = 4560
TabIndex = 4
Top = 1800
Visible = 0 'False
Width = 2415
End
Begin VB.Label lblLabel2
BackColor = &H00800080&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 7
Left = 2160
TabIndex = 3
Top = 3600
Visible = 0 'False
Width = 2415
End
Begin VB.Label lblLabel2
BackColor = &H00008080&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 6
Left = 0
TabIndex = 2
Top = 3600
Visible = 0 'False
Width = 2175
End
Begin VB.Label lblLabel2
BackColor = &H0000FF00&
BorderStyle = 1 'Fixed Single
Height = 1815
Index = 2
Left = 4560
TabIndex = 1
Top = 0
Visible = 0 'False
Width = 2415
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'Eric Larson
'This program was my final class project for a vb 6.0 class
Dim intCounter6 As Integer
Dim lngVBcolors(0 To 7) As Long
Dim intNum3 As Integer
Dim intIndex As Integer
Dim intlevelNum As Integer
Dim intCheckNum As Integer
Dim intRandomNums(0 To 11) As Integer
Dim intCounter As Integer
Dim intCounter1 As Integer
Dim intCounter2 As Integer
Dim intLabelViewA(0 To 11) As Integer
Dim intNextLevel As Integer
Private Sub Form_Load()
Dim intNum As Integer
With Form1
.Top = (Screen.Height - Form1.Height) / 2
.Left = (Screen.Width - For